home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0643C.ZIP / SCROLL.DOC < prev    next >
Text File  |  1986-11-30  |  690b  |  19 lines

  1. Syntax for Scroll.bin:
  2. LOAD SCROLL
  3. CALL SCROLL WITH CHR(count)+CHR(frow)+CHR(fcol)+CHR(lrow)+CHR(lcol);
  4.      +CHR((attrib)+"D"
  5. where
  6. count=number of lines to scroll, 0 to blank window (big deal, could use CLEAR TO)
  7. frow=top left row of window
  8. fcol=top left column of window
  9. lrow,lcol=you guessed it!
  10. attrib=color attribute for window
  11. "D" (optional) is for downward scrolling
  12. If you use >=25 for row/count or >=80 for column it becomes 0, in fact the only 
  13. way to get a blank window or use row/column 0.
  14. The commercial is in the text file, and is diplayed by the prg.  If in fact you
  15. did not get these files, TYPE the BIN file from DOS for phone #.  Enjoy!  RF
  16. 11/30/86
  17.  
  18.  
  19.